home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / games / cheats / amiga-infocom-fixes.readme < prev    next >
Text File  |  1995-03-17  |  2KB  |  70 lines

  1. Article 5952 of comp.sys.amiga:
  2. Path: xanth!ames!ucbcad!ucbvax!COGSCI.BERKELEY.EDU!bryce
  3. From: bryce@COGSCI.BERKELEY.EDU (Bryce Nesbitt)
  4. Newsgroups: rec.games.misc,comp.sys.amiga
  5. Subject: Bug fixes for Amiga Infocom products
  6. Message-ID: <8706100144.AA14715@cogsci.berkeley.edu>
  7. Date: 10 Jun 87 01:44:59 GMT
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Lines: 56
  10. Xref: xanth rec.games.misc:677 comp.sys.amiga:5952
  11.  
  12. [ Amiga 500 ]
  13. Several of the Infocom interactive fiction art-forms for the Amiga have
  14. some common "bugs".  What follows is patch to fix these.  It is known to
  15. work for Hitchiker's Guide, Starcross and Spellbreaker.  It probably is
  16. applicable to all Infocom products that open a window on the workbench.
  17.  
  18. Now, if I could only get the rock to eat or get the roc the leave the
  19. nest.  Yes, I can fly, I can fly, I can fly...  (Spellbreaker spoilers welcome)
  20.  
  21.  
  22. Search for: (find $0280, look backwards)
  23. 70003d40 ffd03d40 ffd2303c 02803d40
  24. ffd4303c 00c83d40 ffd6422e ffd81d7c
  25. 0001ffd9
  26.  
  27. Replace with:
  28. 70012D40 FFD03D7C 0280FFD4 3D7C00C8
  29. FFD63D7C 0001FFD8 3D7C00C8 FFF63D7C
  30. 0032FFF8
  31.  
  32. Search for:
  33. 00001007
  34.  
  35. Replace with:
  36. 00021007    ;Flags+NOCAREREFRESH
  37.  
  38. Search for:
  39. 3d40fff6 3d7c0032 fff83d7c 0280fffa ????????
  40.  
  41. Replace with:
  42. 3D7CFFFF FFFA3D7C FFFFFFFC 4E714E71 4E714E71
  43.  
  44.  
  45. The bugs:
  46.  
  47. Those of us with an expanded display find that Infocom set the maximum
  48. window size to 640*200.  Shame, shame.    Anyone with morerows, interlace,
  49. PAL, or an add-on large display has more space to play with.  The
  50. interresting point is that internally the Infocom software already
  51. compensates for any size screen.  With this patch installed just grab the
  52. sizing gadget and pull away... the text will wrap to match!
  53.  
  54. Second bug:  They did not know to set the NOCARREFESH flag in the NewWindow
  55. structure.  If you resize the window without the patch, then pull down a
  56. menu or move another window, the borders will flash.  This problem really
  57. gives a performance hit for all other windows on the screen.
  58.  
  59. Third "bug":  The window obscures the title bar, so I drop it a pixel.
  60. This results in the exact same number of available lines of text.
  61.  
  62. -------------
  63.          Ack!  (NAK,EOT,SOH)
  64.  |\ /|  .
  65.  {o O} .  bryce@cogsci.berkeley.EDU -or- ucbvax!cogsci!bryce
  66.  ( " ) 
  67.    U      Single tasking?  Just say *NO!*
  68.  
  69.  
  70.